|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqueryrequest.DeviceUserQuery
public class DeviceUserQuery
Field Summary | |
---|---|
protected java.util.List<DeviceName> |
deviceName
|
Constructor Summary | |
---|---|
DeviceUserQuery()
|
Method Summary | |
---|---|
java.util.List<DeviceName> |
getDeviceName()
Gets the value of the deviceName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<DeviceName> deviceName
Constructor Detail |
---|
public DeviceUserQuery()
Method Detail |
---|
public java.util.List<DeviceName> getDeviceName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the deviceName property.
For example, to add a new item, do as follows:
getDeviceName().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |